projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9080a9
)
(x_check_expected_move): Remove unused var `count'.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 10 Oct 2006 14:37:54 +0000
(14:37 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 10 Oct 2006 14:37:54 +0000
(14:37 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 9858d55f4d59c9e755b66a4d7750fd698d4bc7ae..574e8eb4f1504083edd6752eee187941a296bc0e 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-8340,7
+8340,7
@@
x_check_expected_move (f, expected_left, expected_top)
int expected_left;
int expected_top;
{
- int c
ount = 0, c
urrent_left = 0, current_top = 0;
+ int current_left = 0, current_top = 0;
/* x_real_positions returns the left and top offsets of the outermost
window manager window around the frame. */